home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00188_StudentorTeacher.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  178 b   |  11 lines

  1. on mouseUp
  2.   global gTeacherCD
  3.   set lIntChannel to the clickOn
  4.   if lIntChannel = 3 then
  5.     set gTeacherCD to 0
  6.   else
  7.     set gTeacherCD to 1
  8.   end if
  9.   go(the frame + 1)
  10. end
  11.